DoGroupSet

 

The 'DoGroupSet' function changes the current value of DoGroup tag.

 

void @DiGroupSet(string tag, int value);

 

Parameters

string tag : Name of DoGroup tag.

int  value : New value that you want to set.

 

Return Value

None

 

Example

@DoSetGroup("do_group1", OFF);

Description : The above statement changes the current value of DoGroup tag named 'do_group1' into 'OFF'.